|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--cnrg.itx.datax.ConnectionProperty
Class to implement the properties of a connection. This will contain the properties of all the channels that make up the connection.
| Field Summary | |
private ChannelProperty |
inputChannelProperties
The channel properties for this connection. |
private ChannelProperty |
outputChannelProperties
|
| Constructor Summary | |
ConnectionProperty()
Default constructor for the ConnectionProperties object. |
|
| Method Summary | |
void |
addChannelProperty(ChannelProperty channelProperty)
Method to add a channel property. |
ConnectionProperty |
getOptimalConnectionProperties(ConnectionProperty peerConnectionProperties)
Method to find the optimal properties for two connection properties. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private ChannelProperty inputChannelProperties
private ChannelProperty outputChannelProperties
| Constructor Detail |
public ConnectionProperty()
| Method Detail |
public void addChannelProperty(ChannelProperty channelProperty)
channelProperty - the property of a channel to addpublic ConnectionProperty getOptimalConnectionProperties(ConnectionProperty peerConnectionProperties)
peer - the peer's connection properties
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||